sync.Map.m (field)
11 uses
sync (current package)
map.go#L41: m isync.HashTrieMap[any, any]
map.go#L48: return m.m.Load(key)
map.go#L53: m.m.Store(key, value)
map.go#L58: m.m.Clear()
map.go#L65: return m.m.LoadOrStore(key, value)
map.go#L71: return m.m.LoadAndDelete(key)
map.go#L77: m.m.Delete(key)
map.go#L83: return m.m.Swap(key, value)
map.go#L90: return m.m.CompareAndSwap(key, old, new)
map.go#L99: return m.m.CompareAndDelete(key, old)
map.go#L114: m.m.Range(f)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |